Skip to main content
Version: 12.10.0

Get Personalization Tags List API

This API will get the List of all Personalization tags in CMS.

  • Request Type : GET
  • End Point URL : /v1/getPersonalizationTagsList
  • Authorization : basic_auth

Parameters : No params required, as tags are not AOK specific.

  • Sample URL : http://site_url/v1/getPersonalizationTagsList
  • Response Success Code : 200 OK
  • Sample Response
[
{
"tagId": 76,
"uniqueId": 100101,
"tagName": "Ernährung",
"category": "Gesundheitsinteressen"
},
{
"tagId": 77,
"uniqueId": 100102,
"tagName": "Fitness",
"category": "Gesundheitsinteressen"
},
{
"tagId": 78,
"uniqueId": 100103,
"tagName": "Bewegung",
"category": "Gesundheitsinteressen"
}
]